tools: libxl: namespace enum values within their type.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:07 +0000 (17:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:07 +0000 (17:13 +0100)
commit2da839263c4dd02b1433115583b8771b6d0fff36
treeacce1ae7a60c054cb7dcad86bf42ee5feb5ff382
parent167d1ba113251d06b9fc968d552986f879fe67e0
tools: libxl: namespace enum values within their type.

In other words the values for an enum type libxl_foo always take the
form LIBXL_FOO_VALUE.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl.idl
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/xl_cmdimpl.c
tools/ocaml/libs/xl/xl_stubs.c
tools/python/xen/lowlevel/xl/xl.c